Package com.netscape.cmscore.usrgrp
Class CertDNCertUserLocator
java.lang.Object
com.netscape.certsrv.usrgrp.CertUserLocator
com.netscape.cmscore.usrgrp.CertDNCertUserLocator
This interface defines a strategy on how to match
the incoming certificate(s) with the certificate(s)
in the scope. It matches the "certdn" field which contains
the subject dn of the certificate
- Version:
- $Revision$, $Date$
- Author:
- cfu
-
Field Summary
FieldsFields inherited from class com.netscape.certsrv.usrgrp.CertUserLocator
engine
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionRetrieves description.locateUser
(Certificates certs) Do the cert-user mappingMethods inherited from class com.netscape.certsrv.usrgrp.CertUserLocator
getCMSEngine, setCMSEngine
-
Field Details
-
LDAP_ATTR_CERTDN
- See Also:
-
-
Constructor Details
-
CertDNCertUserLocator
public CertDNCertUserLocator()Constructs certificate matching agent.
-
-
Method Details
-
getDescription
Retrieves description.- Specified by:
getDescription
in classCertUserLocator
- Returns:
- description
-
locateUser
Do the cert-user mapping- Specified by:
locateUser
in classCertUserLocator
- Returns:
- an user interface
- Throws:
EUsrGrpException
- thrown when failed to build usernetscape.ldap.LDAPException
- thrown when LDAP internal database is not available
-